projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd5f1c
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Apr 1994 18:21:39 +0000
(18:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 11 Apr 1994 18:21:39 +0000
(18:21 +0000)
lisp/emacs-lisp/easymenu.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/easymenu.el
b/lisp/emacs-lisp/easymenu.el
index 90b4f55fe09ec27c8079edd0259b2c86875b7890..3aa27c44de70ce47fe62079d040621f8d709ebdc 100644
(file)
--- a/
lisp/emacs-lisp/easymenu.el
+++ b/
lisp/emacs-lisp/easymenu.el
@@
-83,7
+83,7
@@
is a list of menu items, as above."
(setq name (if (string-match "^-+$" item) "" item)))
((consp item)
(setq command (easy-menu-keymap (car item) (cdr item)))
- (setq name (c
oncat (car item) "..."
)))
+ (setq name (c
ar item
)))
((vectorp item)
(setq command (make-symbol (format "menu-function-%d"
easy-menu-item-count)))